/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/[locale]/globals.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: 'Lato', sans-serif;
}

html body {
  width: 100% !important;
  height: 100%;
}

a {
  color: inherit !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px !important;
  padding: 0px !important;
}

p {
  margin: 0px !important;
  font-family: 'Lato', sans-serif !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

/* .lightSize {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
} */
/* .lightSize {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #073e74;
} */

li {
  list-style: none;
}

:root {
  /*  font-family */
  --font-dm-sans: 'DM Sans', sans-serif;
  --font-Lato: 'Lato', sans-serif;
  /*color and bg-color define  */
  --primary-color: #2ea3f2;
  --color-dark: #333333;
  --color-black: #000000;
  --color-white: #fff;
  /* Define your primary color */
  /* Font-Size in define */
  --fontSizeExtraLarge: 80px;
  --fontSizeLarge: 50px;
  --fontSizeMedium: 40px;
  --fontSizeSmall: 35px;
  --fontSizeExtraSmall: 30px;
  --fontSizeMinSmall: 24px;
  --fontSizeLightSmall: 18px;
  /* font-size and font-weight */
  --fontWeightThin: 100;
  --fontWeightLighter: 200;
  --fontWeightLight: 300;
  --fontWeightNormal: 400;
  --fontWeightMedium: 500;
  --fontWeightBolder: 600;
  --fontWeightBold: 700;
  --fontWeightExtraBold: 800;
  --fontWeightUltraBold: 900;
}

.spanBlack {
  color: #000000 !important;
}

.spanPrimary {
  color: #2ea3f2;
}

.fontWeightEight {
  font-weight: 800 !important;
}

.fontWeightThree {
  font-weight: 300 !important;
}

button.ant-btn.ant-btn-primary {
  background: #073e74;
  height: 45px;
  padding: 0px 30px;
  color: #fff;
  font-weight: bold;
}

.ant-popconfirm-buttons button.ant-btn.ant-btn-primary {
  background: #073e74;
  height: auto;
  padding: 0px 14px;
  color: #fff;
  font-weight: bold;
}

button.ant-btn.ant-btn-default {
  font-weight: bold;
}

.working-hour {
  width: 90%;
  margin: 0 auto;
}

h1.working-hour-heading {
  color: #073e74;
  font-weight: 600;
  margin-bottom: 10px !important;
  font-size: 30px;
}

.add-break button {
  margin-top: 30px;
  width: 100%;
}

.mediumTopMarginBreak {
  margin-bottom: 20px;
}

h2.working-hour-title {
  margin-top: 20px !important;
  /* width: 100%; */
}

.dashBody {
  padding: 90px 15px 0px;
}

.ant-drawer {
  z-index: 999999 !important;
}


@media(max-width:991px) {
  .add-break button {
    margin-top: 0px;
    width: 100%;
  }

  .mobileNone {
    display: none;
  }

  .dashBody {
    padding: 90px 15px 0px;
  }
}

.textAlignment {
  display: flex;
  justify-content: space-between;
  color: #216dbf;
  font-size: 20px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/[locale]/custom.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.textStart {
  text-align: left;
}

.textEnd {
  text-align: end !important;
}

.textCenter {
  text-align: center;
}

.textLowercase {
  text-transform: lowercase;
}

.textUppercase {
  text-transform: uppercase;
}

.textcapitalize {
  text-transform: capitalize;
}

.border {
  border: 1px solid #dee2e6;
}

.border0 {
  border: 0;
}

.borderTop {
  border-top: 1px solid #dee2e6;
}

.borderTop0 {
  border-top: 0;
}

.border-end {
  border-right: 1px solid #dee2e6;
}

.border-end-0 {
  border-right: 0;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-start {
  border-left: 1px solid #dee2e6;
}

.border-start-0 {
  border-left: 0;
}

.border-primary {
  border-color: #0d6efd;
}

.border-secondary {
  border-color: #6c757d;
}

.border-success {
  border-color: #198754;
}

.border-info {
  border-color: #0dcaf0;
}

.border-warning {
  border-color: #ffc107;
}

.border-danger {
  border-color: #dc3545;
}

.border-light {
  border-color: #f8f9fa;
}

.border-dark {
  border-color: #212529;
}

.border-white {
  border-color: #fff;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-5 {
  border-width: 5px;
}

.positionStatic {
  position: static;
}

.positionRelative {
  position: relative;
}

.positionAbsolute {
  position: absolute;
}

.positionFixed {
  position: fixed;
}

.positionSticky {
  position: sticky;
}

.row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.floatStart {
  float: left;
}

.floatEnd {
  float: right;
}

.floatNone {
  float: none;
}

.overflowAuto {
  overflow: auto;
}

.overflowHidden {
  overflow: hidden;
}

.overflowVisible {
  overflow: visible;
}

.overflowScroll {
  overflow: scroll;
}

.dInline {
  display: inline;
}

.dInlineBlock {
  display: inline-block;
}

.dBlock {
  display: block;
}

.gapMarginTop {
  margin-top: 40px !important;
}

.gapMarginTopOne {
  margin-top: 10px !important;
}

.gapMarginTopTwo {
  margin-top: 20px !important;
}

.gapPaddingTopOne {
  padding-top: 10px !important;
}

.gapPaddingTopOTwo {
  padding-top: 20px !important;
}

.paddingBottomOne {
  padding-bottom: 10px !important;
}

.paddingBottomTwo {
  padding-bottom: 20px !important;
}

.w100 {
  width: 100%;
}

.customContainer {
  max-width: 1200px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width:1440px) {
  .customContainer {
    max-width: 1500px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media(max-width:991px) {
  .gapMarginTop {
    margin-top: 10px !important;
  }

  .myRow {
    row-gap: 0 !important;
  }

  .dNoneMobile {
    display: none;
  }

  .table-container {
    overflow-x: auto;
  }

  .ant-table-thead>tr>th,
  .ant-table-tbody>tr>td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blogSingle .ant-image.css-dev-only-do-not-override-t8jlqa {
    width: 100% !important;
  }
}

/* Target Ant Design input elements */

.ant-input:-internal-autofill-selected,
.ant-input:hover:-internal-autofill-selected,
.ant-input:focus:-internal-autofill-selected,
.ant-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  color: fieldtext !important;
}

.ant-modal-header .ant-modal-title {
  font-size: 22px !important;
}


.none {
  display: none;
}

.navbar-toggler {
  color: #000;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 25px;
  left: 36px;
  display: block;
  z-index: 22222;
}

.navbar-collapse {
  display: none;
}

.navbar-collapse.show {
  display: block;
  background-image: linear-gradient(93deg, #0eb1d2, #0055ba);
  padding: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: 9999;
  height: 100vh;
  overflow-y: scroll;
}

.ant-form-item {
  margin: 0px !important;
}

.fixedHeight {
  height: 100px;
}

button.bgChange {
  background: #fff !important;
  color: #073e74 !important;
}

@media(max-width:1199px) {
  .none {
    display: block;
  }

  .fixedHeight {
    height: auto;
  }

  .textCenter.logoWidth img {
    width: 125px;
  }

  .cardType.textCenter.widthImage img {
    width: 120px !important;
  }


  .mobileNone {
    display: none !important;
  }
}

.ant-form-item {
  margin-bottom: 12px !important;
}

.ant-modal .ant-modal-content {
  border-radius: 10px !important;
  border-top: 10px solid rgba(46, 163, 242, 1) !important;
  padding: 16px !important;
}

.ant-modal-title {
  color: rgba(46, 163, 242, 1) !important;
}

.layOutStyle {
  background: rgb(249 249 249);
  border-radius: 6px;
  padding: 20px;
  height: 100%;
}

@media(min-width:1500px) and (max-width:1900px) {
  .layOutStyle {
    margin-left: 60px;
  }

  .userDashboard {
    margin-left: 60px;
  }
}

@media(min-width:1201px) and (max-width:1499px) {
  .layOutStyle {
    margin-left: 95px;
  }

  .userDashboard {
    margin-left: 95px;
  }
}

/* @media(max-width:757px) {
  .userDashboard {
    padding: 100px 0px 20px 0px;
  }
} */

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/Header/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.topHeaderSub {
  background: #d6f0ff;
  position: fixed;
  top: 36px;
  width: 100%;
  z-index: 10;
}

.topHeaderSub1 {
  background: #10847ef2;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}

#customContainer {
  padding: 10px 15px;
}

.listItems li {
  display: inline-block;
  padding: 0px 20px;
}

a {
  color: #fff !important;
}

.logoMain h2 {
  font-size: var(--fontSizeExtraSmall);
  position: absolute;
  top: 6px;
  right: 18px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: var(--fontWeightBold);
  color: var(--primary-color);
}

#menu {
  display: none;
  left: -100%;
}

.menu-toggle {
  cursor: pointer;
  display: none;
}

.headerMobile {
  display: none;
}

.announcement-bar {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  background-color: #216dbf;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;

}

.marquee-container {
  animation: marquee 50s linear infinite;
  display: inline-block;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
}

.marquee-container:hover {
  animation-play-state: paused;
}

.announcementMain {
  position: relative;
}

.announcementMain p svg {
  font-size: 30px !important;
}

.announcementMain p {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 99;
}

/* .marquee-container:nth-child(2) {
  animation-delay: 5s;
} */
.listItems {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.listItems li:nth-child(2) {
  padding: 10px 15px !important;
}

@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }

  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}

@media(max-width:1400px) {
  .listItems li {
    display: inline-block;
    padding: 0px 14px;
  }
}

@media(max-width:1199px) {

  #customContainer {
    display: none;
  }
}



@media (max-width: 1199px) {
  #menu {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 112px;
    height: auto;
    z-index: 3;
    left: 0;
    overflow-y: scroll;
  }

  #menu1 {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 80px;
    height: 100vh;
    z-index: 1;
    left: 0;
    overflow-y: scroll;
  }

  .headerMobile {
    display: block;
  }


  .menu-toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 12px;
  }

  .menu-toggle svg {
    font-size: 25px;
  }

  .headerMobile {
    height: auto;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    position: relative;
  }

  nav#menu ul li {
    text-align: left;
    display: block;
    padding: 6px 16px;
  }

  nav#menu ul li a {
    text-decoration: none;
  }

  li.ant-menu-item.ant-menu-item-only-child {
    padding: 0px !important;
  }

  .sub1 .ant-menu-submenu-title {
    background: #fff0 !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  span.ant-menu-title-content {
    font-size: 17px;
    color: #000;
  }

  ul#rc-menu-uuid-51601-2-sub1-popup {
    background: #fff0;
  }

  .sub1 ul li {
    padding: 0px !important;
  }

  .sub1 .ant-menu-light.ant-menu-root.ant-menu-inline,
  .ant-menu-light>.ant-menu.ant-menu-root.ant-menu-inline,
  .ant-menu-light.ant-menu-root.ant-menu-vertical,
  .ant-menu-light>.ant-menu.ant-menu-root.ant-menu-vertical {
    border-inline-end: none;
  }
}

@media (max-width: 767px) {
  .headerMobile a img {
    width: 110px !important;
  }

  .announcementMain p {
    position: fixed;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
  }

  .announcement-bar {
    width: 100%;

  }
}



.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #000;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/*
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #000;
} */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 52px;
  right: 0px;
}

.dropdown-content:after {
  content: '';
  /* Required to display content */
  position: absolute;
  /* Sets the position absolute to the top div */
  top: 0;
  right: 0;
  /* position the little arrow */
  margin-left: -15px;
  margin-top: -15px;
  /* Set margin equal to border px */
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 15px #FFF;
  /* Creates the arrow pointing up, to change to a notch instead user border-top */
  border-left: solid 15px transparent;
  /* Creates triangle effect */
  border-right: solid 15px transparent;
  /* Creates triangle effect */
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mainFlex {
  display: flex;
  align-items: center;
  gap: 15px;
  float: right;
}

.dropbtn {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dropbtn img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
}

/* @media(max-width:1440px) {
  .dNoneDivice {
    display: none;
  }

  .dropdown-content {
    right: 0px;
  }
} */
@media(max-width:1440px) {
  .dropdown-content {
    right: 0px;
  }

  .topHeaderSub1 #customContainer .dropbtn .ant-typography span {
    font-size: 14px;
  }

  .topHeaderSub1 #customContainer .listItems li span.ant-typography a {
    font-size: 14px;
  }

  .topHeaderSub1 #customContainer .listItems li a span.ant-typography {
    font-size: 14px !important;
  }
}

@media(max-width:1198px) {
  .dNoneDivice {
    display: none;
  }

  .dropdown-content {
    right: 0px;
  }
}

@media(max-width:1199px) {
  div#logo-mobile {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    top: 35px;
  }


  .listItems li {
    display: block;
    padding: 6px 14px;
  }

  .listItems li a {
    text-decoration: none;
  }

  div#logo-mobile1 {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    top: 0px;
  }

  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #000;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  /*
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #000;
} */

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 70px;
    right: 0;
  }

  .dropdown-content:after {
    content: '';
    /* Required to display content */
    position: absolute;
    /* Sets the position absolute to the top div */
    top: 0;
    right: 0;
    /* position the little arrow */
    margin-left: -15px;
    margin-top: -15px;
    /* Set margin equal to border px */
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #FFF;
    /* Creates the arrow pointing up, to change to a notch instead user border-top */
    border-left: solid 15px transparent;
    /* Creates triangle effect */
    border-right: solid 15px transparent;
    /* Creates triangle effect */
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
    padding: 12px;
    background: #fff;
    width: 90%;
  }

  .mainFlex {
    display: unset;
  }

  .dropbtn {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
  }

  .dropbtn img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
  }

  li.loginBtnMobile {
    background: #042c57;
    color: #fff;
    text-align: center !important;
    padding: 6px 0px !important;
    margin: 4px 13px 10px;
  }

  li.loginBtnMobile.border {
    background: transparent;
    border: 1px solid #042c57;
    border-radius: 4px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/BookAppointmentPopup/style.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* styles.module.css */

.form-group {
  margin-bottom: 20px;
}

/* #appointment form {
  margin: 40px auto;
  border-radius: 10px;
  border-top: 10px solid rgba(46, 163, 242, 1);
  padding: 30px;
} */

#appointment label {
  display: block;
  margin-bottom: 5px;
  color: #000;
}

#appointment .ant-select-selector {
  /* height: 45px; */
  background-color: rgba(246, 249, 255, 1);
  margin-top: 0px;
}

/* #appointment .ant-select .ant-select-arrow {
  color: #000 !important;
  top: 90% !important;
} */

#appointment input[type='text'],
#appointment input[type='email'],
#appointment select {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #eef4ff;
  border-radius: 4px;
  height: 35px;
  background-color: rgba(246, 249, 255, 1);
  width: 100% !important;
  margin: 0px;
}

#appointment textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #eef4ff;
  border-radius: 4px;
  background-color: rgba(246, 249, 255, 1);
}

.ant-picker.ant-picker-filled {
  width: 100%;
  border: 1px solid #eef4ff;
  border-radius: 4px;
  height: 35px;
  background-color: rgba(246, 249, 255, 1);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/commanUl/FormInput/formInput.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/StripPayment/StripePayment.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.StripePayment_commonSection__dY35t h6 {
    color: #1F354F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
    padding: 20px 0px;
}

.StripePayment_commonSection__dY35t .StripePayment_ant-divider-horizontal__tS_lo {
    margin: 14px 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/components/Footer/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.footerPart {
  background: #10847e;
}

.followUs {
  padding: 40px 0;
}


ul.footerSocialMediaLiks li {
  list-style: none;
  display: inline;
  margin: 10px 8px 20px 0;
}

ul.footerSocialMediaLiks li a {
  color: #fff;
  font-size: 30px;
}

.footerLinks {
  padding: 0;
  margin: 25px 0 0 0;
}

.footerLinks a {
  color: #d9d9d9;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
}

.footerLinks svg {
  margin-right: 9px;
  position: relative;
  top: 2px;
  font-size: 16px;
  color: #000;
}

.borderFooter {
  border-right: solid 1px #10847e;
}

.footerSocialMediaLiks {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footerSocialMediaLiks svg {
  color: #fff;
  font-size: 20px;
}

.formFooter {
  position: relative;
}

.inputFild {
  position: relative;
}

.arrowForm {
  position: absolute;
  right: 13px;
  top: 12px;
  cursor: pointer;
}

.arrowForm svg {
  font-size: 18px;
  color: #10847e;
}

.formFooter label {
  color: #fff !important;
}

@media (max-width: 991px) {
  .columGap {
    padding: 30px 0 30px 0;
  }

  .footerLinks {
    padding: 0;
    margin: 12px 0 0 0;
  }

  .footerSocialMediaLiks {
    display: block;
  }

  .mobileCenter {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .borderFooter {
    border-right: solid 0px #10847e;
  }

  .footerPart {
    display: block;
  }

  .followUs {
    padding: 35px 0;
    text-align: center;
  }

  .mobilePadding {
    padding-top: 20px;
  }
}

